@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Share+Tech&display=swap");

* {
  margin: 0%;
  padding: 0%;
}

body {
  background-color: #cf1f23;
}

/* ===================================================CABEÇALHO==================================================================*/

.cabecalho-logo {
  padding: 7px;
}

header {
  display: flex;
  box-shadow: 4px 4px 12px #000000aa;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: white;
  padding: 0 0;
}

.header-row1 {
  background-color: #cf1f23 !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 5%;
  box-sizing: border-box;
}

.header-row1 .midias-sociais {
  list-style-type: none;
  display: flex;
  gap: 20px;
}

.header-row1 .midia-social {
  width: 25px;
}

.header-row1 .midia-social a {
  display: block;
}

/* 
.header-row1 .midia-social.facebook a{
  background-color: #1877F2;
}
.header-row1 .midia-social.instagram a{
  background-color: #E4405F;
}
.header-row1 .midia-social.youtube a{
  background-color: white;
} */

.header-row1 .midia-social img {
  width: 100%;
  filter: invert();
  transition: 0.3s;
}
.header-row1 .midia-social img:hover {
  transform: scale(1.2);
}
/* 
.header-row1 .midia-social.youtube img{
  filter: brightness(0) saturate(100%) invert(20%) sepia(63%) saturate(3196%) hue-rotate(344deg) brightness(95%) contrast(103%);
} */

.header-row2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 5%;
  box-sizing: border-box;
}

.header-row2 .icon-header {
  background-color: black;
  width: 25px;
  height: 25px;
  border-radius: 1000px;
  padding: 10px;
  display: block;
  margin-right: 10px;
}

.header-row2 .icon-header img {
  width: 100%;
  filter: invert();
}

.header-row2 .header-info {
  font-size: 15px;
}

.header-row2 .header-info a {
  text-decoration: underline;
}

.header-row2 .header-info b {
  font-size: 22px;
}

.header-contacts {
  display: flex;
  font-family: Helvetica, sans-serif;
}

.header-contacts .contacts {
  list-style-type: none;
  display: flex;
  color: white;
  gap: 20px;
}

.header-contacts .contact-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-contacts .contact-item-popup {
  text-decoration: underline;
  cursor: pointer;
}

.header-contacts .contact-item:not(:last-of-type) {
  border-right: 1px solid #0003;
  padding-right: 20px;
}

.header-contacts .contact-item a {
  color: white;
  text-decoration: underline;
}

.header-contacts .contact-item img {
  width: 20px;
  filter: invert();
}

.address-header,
.hours-header {
  display: flex;
  align-items: center;
  font-family: Helvetica, sans-serif;
}

.header-business-info-container {
  display: flex;
  gap: 50px;
}

.menu-principal {
  box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.747);
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: 0.3s;
}

a.hover {
  opacity: 0.7;
}

nav {
  font-family:
    system-ui,
    system-ui,
    -apple-system,
    Arial,
    Helvetica,
    sans-serif;
  height: 8vh;
}

main {
  background: url("bg.jpg") no-repeat center center;
  background-size: cover;
  height: 90vh;
}

.nav-list {
  list-style: none;
  display: flex;
}

.nav-list li {
  font-size: 15px;
  letter-spacing: 1px;
  margin-left: 120px;
  padding-top: 1.5%;
}

.nav-list li a:hover {
  font-size: 22px;
  color: #cf1f23;
}

.search-container {
  margin-right: 30px;
}

input[type="text"] {
  width: 200px; /* Defina a largura desejada aqui */
  padding: 7px; /* Adicione preenchimento para melhorar a aparência */
  font-size: 16px; /* Altere o tamanho da fonte, se necessário */
  border: 1px solid #ccc; /* Adicione uma borda para destacar a barra de pesquisa */
  border-radius: 5px; /* Adicione bordas arredondadas para um visual mais suave */
}

#header-menu {
  background-color: #f5f5f5;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

#header-menu nav {
  height: auto;
  font-family: "Oswald", serif;
}

#header-menu #menu-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

#header-menu ul {
  list-style-type: none;
}

#header-menu .menu-item {
  position: relative;
  user-select: none;
  display: inline-flex;
  padding: 20px 0;
}

#header-menu .menu-item a,
#header-menu .menu-item {
  color: black;
  font-size: 20px;
  transition: 0.2s;
  font-weight: 300;
}

#header-menu .menu-item a:hover,
#header-menu .menu-item:hover {
  color: #cf1f23;
}

#header-menu .submenu-container {
  /* font-weight: 300; */
  position: absolute;
  top: 100%;
  left: 0;
  visibility: collapse;
  background-color: white;
  box-shadow: 0px 10px 10px #000a;
  z-index: 5;
  white-space: nowrap;
}

#header-menu .submenu-container .submenu-item:has(.submenu-container)::after {
  content: "▸";
  display: block;
  padding-left: 10px;
}

#header-menu .submenu-container-1 {
  /* font-weight: 300; */
  left: 100%;
  top: 0;
}

#header-menu .menu-item {
  position: relative;
}

#header-menu .submenu-container .submenu-item {
  color: #cf1f23;
  padding: 8px 15px;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-menu .submenu-container .submenu-item:last-child {
  padding-bottom: 10px;
}

#header-menu .submenu-container .submenu-item:hover {
  background-color: #cf1f23;
  color: white;
}

#header-menu .submenu-container > .submenu-item:hover > a {
  color: white;
}

#header-menu .menu-item:hover::before {
  width: 100%;
}

#header-menu .menu-item::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  height: 2px;
  width: 0px;
  background-color: white;
  transition: 0.3s;
}

#header-menu .submenu-item {
  position: relative;
}

#header-menu .submenu-item a {
  color: #cf1f23;
  white-space: nowrap;
}

#header-menu .menu-item:hover > .submenu-container,
#header-menu .menu-item:focus > .submenu-container,
#header-menu .submenu-item:hover > .submenu-container-1,
#header-menu .submenu-item:focus > .submenu-container-1 {
  visibility: visible;
}

.hamburguer-menu-window {
  background-color: #cf1f23;
}

.hamburguer-container {
  padding: 10px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburguer-menu-name {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Oswald", serif;
  color: white;
}

.hamburguer-container:has(.hamburguer-menu-button.active)
  .hamburguer-menu-name {
  color: white;
}

.hamburguer-menu-button {
  font-size: 40px;
  font-weight: 800;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0 13px;
  border-radius: 5px;
  transition: 0.1s;
  color: white;
  background-color: black;
}
.hamburguer-menu-button.active {
  background-color: #8e1719;
}

.hamburguer-menu-container {
  display: none;
  background-color: #cf1f23;
  padding: 20px 5%;
  font-family: "Oswald";
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.hamburguer-menu-container ul {
  list-style: none;
}

.hamburguer-container:has(.hamburguer-menu-button.active)
  ~ .hamburguer-menu-container {
  display: block !important;
}

.hamburguer-item {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  box-sizing: border-box;
  padding: 20px;
}

.hamburguer-item-name {
  font-size: 22px;
  color: #8e1719;
  margin-bottom: 20px;
  text-align: center;
}

.hamburguer-dropdown-item {
  margin-bottom: 15px;
}

.hamburguer-dropdown-item a {
  font-size: 18px;
  text-decoration: underline;
}

#banner-pag-inicial {
  position: relative;
}

#parceiros-carrossel {
  background-color: #eee;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

.partners-list {
  display: flex;
  list-style: none;
  gap: 10px 160px;
  padding: 0;
  margin: 0;
  animation: infinite-scroll 30s linear infinite;
}

.partners-list .partner-image {
  max-width: 128px;
  max-height: 65px;
  align-self: center;
  min-width: 80px;
  filter: grayscale(1) opacity(50%);
  transition: 0.3s;
}
.partners-list .partner-image:hover {
  filter: unset;
}

.partners-list .partner-image img {
  max-width: inherit;
  max-height: inherit;
}

/* ===================================================BOTÃO MARCAS==================================================================*/

.meu-botao1 {
  background-image: url("../marcas\eaton.gif");
  background-color: #8e1719; /* Cor de fundo */
  background-position: center;
  color: white; /* Cor do texto */
  padding: 2px 2px; /* Espaçamento interno */
  border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */
  border-color: red;
  border-radius: 2px; /* Cantos arredondados */
  font-size: 5px; /* Tamanho da fonte */
  cursor: pointer; /* Cursor de mãozinha */
  transition: background-color 0.3s ease; /* Transição suave */
  margin-top: 2px;
  margin-bottom: 2px;
}

.meu-botao1:hover {
  background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */
}
.meu-botao2 {
  background-image: url("../marcas\bosch.jpg");
  background-color: #8e1719; /* Cor de fundo */
  background-position: center;
  color: white; /* Cor do texto */
  padding: 2px 2px; /* Espaçamento interno */
  border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */
  border-color: red;
  border-radius: 2px; /* Cantos arredondados */
  font-size: 5px; /* Tamanho da fonte */
  cursor: pointer; /* Cursor de mãozinha */
  transition: background-color 0.3s ease; /* Transição suave */
  margin-top: 2px;
  margin-bottom: 2px;
}

.meu-botao2:hover {
  background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */
}
.meu-botao3 {
  background-image: url("../marcas\intelbras.jpg");
  background-color: #8e1719; /* Cor de fundo */
  background-position: center;
  color: white; /* Cor do texto */
  padding: 2px 2px; /* Espaçamento interno */
  border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */
  border-color: red;
  border-radius: 2px; /* Cantos arredondados */
  font-size: 5px; /* Tamanho da fonte */
  cursor: pointer; /* Cursor de mãozinha */
  transition: background-color 0.3s ease; /* Transição suave */
  margin-top: 2px;
  margin-bottom: 2px;
}

.meu-botao3:hover {
  background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */
}
.meu-botao4 {
  background-image: url("..\marcas\ilumac.png");
  background-color: #8e1719; /* Cor de fundo */
  background-position: center;
  color: white; /* Cor do texto */
  padding: 2px 2px; /* Espaçamento interno */
  border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */
  border-color: red;
  border-radius: 2px; /* Cantos arredondados */
  font-size: 5px; /* Tamanho da fonte */
  cursor: pointer; /* Cursor de mãozinha */
  transition: background-color 0.3s ease; /* Transição suave */
  margin-top: 2px;
  margin-bottom: 2px;
}

.meu-botao4:hover {
  background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */
}
.meu-botao5 {
  background-image: url("../marcas\equipel.jpg");
  background-color: #8e1719; /* Cor de fundo */
  background-position: center;
  color: white; /* Cor do texto */
  padding: 2px 2px; /* Espaçamento interno */
  border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */
  border-color: red;
  border-radius: 2px; /* Cantos arredondados */
  font-size: 5px; /* Tamanho da fonte */
  cursor: pointer; /* Cursor de mãozinha */
  transition: background-color 0.3s ease; /* Transição suave */
  margin-top: 2px;
  margin-bottom: 2px;
}

.meu-botao5:hover {
  background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */
}
.meu-botao6 {
  background-image: url("../marcas\aureon.jpg");
  background-color: #8e1719; /* Cor de fundo */
  background-position: center;
  color: white; /* Cor do texto */
  padding: 2px 2px; /* Espaçamento interno */
  border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */
  border-color: red;
  border-radius: 2px; /* Cantos arredondados */
  font-size: 5px; /* Tamanho da fonte */
  cursor: pointer; /* Cursor de mãozinha */
  transition: background-color 0.3s ease; /* Transição suave */
  margin-top: 2px;
  margin-bottom: 2px;
}
.meu-botao6:hover {
  background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */
}
.meu-botao7 {
  background-image: url("../marcas\alarmseg.jpg");
  background-color: #8e1719; /* Cor de fundo */
  background-position: center;
  color: white; /* Cor do texto */
  padding: 2px 2px; /* Espaçamento interno */
  border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */
  border-color: red;
  border-radius: 2px; /* Cantos arredondados */
  font-size: 5px; /* Tamanho da fonte */
  cursor: pointer; /* Cursor de mãozinha */
  transition: background-color 0.3s ease; /* Transição suave */
  margin-top: 2px;
  margin-bottom: 2px;
}

.meu-botao7:hover {
  background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */
}
/* ===================================================BANNER==================================================================*/

.marcas {
  padding-top: 30px;
  padding-bottom: 30px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* ===================================================SLIDE==================================================================*/

/* ===================================================SLIDE FINAL==================================================================*/

.arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent; /* Diminuir a largura das bordas */
  border-right: 30px solid transparent; /* Diminuir a largura das bordas */
  border-top: 15px solid #ffc800; /* Diminuir a altura da seta e ajustar a cor */
  position: fixed;
  bottom: 20px; /* Distância do fundo da página */
  left: 50%; /* Centralizar horizontalmente */
  transform: translateX(-50%);
}

/* ===================================================PRODUTOS==================================================================*/

.produtos {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: arial;
  gap: 2%;
  background-color: #cf1f23;
  margin: 5%;
  padding-bottom: 0%;
  padding-top: 0%;
}

@media (max-width: 768px) {
  .produtos {
    flex-direction: column;
    gap: 3%;
    margin: 2%;
    padding: 3%;
  }

  .produtos .card2 {
    margin-bottom: 20px;
  }

  .produtos .card2:last-child {
    margin-bottom: 0;
  }
}

.produtos_sirene {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: arial;
  gap: 2%;
  background-color: #8e1719;
  margin: 2%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 0%;
  padding-top: 0%;
}

.card {
  background-color: #fff;
  width: 100%;
  height: 700px;
  border-radius: 0px;
  box-shadow: 4px 4px 12px #000000aa;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card img {
  width: auto;
  height: 40%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: 10%;
  margin-bottom: 0;
}
.card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 50%;
}
.card h1 {
  font-size: 140%;
}
.card h2 {
  font-size: 0.9rem;
  color: #484848;
  line-height: 0.9;
  transition: 0.3s;
}

.card h4 {
  font-size: 1.1rem;
  color: #bd1f1f;
  line-height: 0.9;
  transition: 0.3s;
}

.card h4:hover {
  font-size: 1.3rem;
  color: #e20f0f;
}

.com-seta::before {
  content: "\2022"; /* Código unicode para uma bolinha (•) */
  margin-right: 5px; /* Ajuste o espaçamento conforme necessário */
  color: rgb(0, 195, 255); /* Define a cor da bolinha */
  font-size: 30px; /* Define o tamanho da bolinha */
  vertical-align: middle; /* Centraliza verticalmente */
}

.card h2:hover {
  font-size: 1rem;
  color: rgb(0, 195, 255);
}

/* ===================================================A EMPRESA==================================================================*/

.empresa {
  background-color: #ffffff;
  font-family: Helvetica;
}

.empresa_titulo {
  font-family: Helvetica;
  color: #fff;
  font-size: 280%;
  padding: 3%;
  padding-bottom: 3%;
  text-align: center;
  background-color: #8e1719;
  margin-bottom: 100px;
}

.linha {
  height: 4px; /* Altura da linha */
  background-color: #cf1f23; /* Cor da linha */
  margin-left: 3%;
  margin-right: 3%;
}

.img_empresa {
  width: 100%;
  max-width: 333px;
  float: left;
  height: 100%;
  box-shadow: 4px 4px 12px #000000aa;
}

.textol2 {
  list-style: none;
  display: flex;
  align-items: top;
  justify-content: space-around;
  padding: 0 3%;
  gap: 40px;
  font-size: 150%;
}

.textol2 h3 {
  font-size: 36px;
}
.textol2 .lista-valores {
  padding-left: 50px;
}
.textol2 .lista-valores li {
  margin-top: 5px;
}

.textol3 {
  padding-bottom: 0%;
  padding-top: 0%;
  padding: 3%;
  gap: 40px;
  font-size: 150%;
}

/* ===================================================FOOTER================================================================== */

footer {
  background-color: black;
  padding: 100px 5%;
  color: white;
  font-family: Helvetica;
}

footer .footer-title {
  margin-bottom: 20px;
}

footer #footer-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

footer .footer-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .footer-list-item a,
footer .footer-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: underline;
  font-size: 18px;
}

footer .footer-list-item {
  text-decoration: none;
}

footer .footer-btn {
  background-color: white;
  color: #cf1f23 !important;
  text-decoration: none !important;
  padding: 10px 10px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid white;
  margin-left: auto;
}

footer .footer-btn:hover {
  background-color: #cf1f23;
  color: white !important;
}

footer .footer-list-item img {
  width: 30px;
  fill: white;
  filter: invert();
}

footer #contato-page {
  background-color: black;
  padding: 0;
}
footer #contato-page .contato-info {
  padding: 0;
}

footer .footer-divider {
  margin: 20px 0 30px;
}

footer .lista-pagamentos {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin-top: 15px;
  max-width: 300px;
  flex-wrap: wrap;
}

footer .lista-pagamentos .icone {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  border: solid 2px white;
  padding: 5px 10px;
}
footer .lista-pagamentos .icone p {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
footer .lista-pagamentos .icone img {
  width: 100%;
  filter: invert();
}

.footer-icone {
  filter: invert();
  width: 30px;
}

.titulo-footer {
  font-size: 30px;
  font-weight: 700;
}

.multi-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.multi-cols .flex {
  display: flex;
  justify-content: space-between;
}

.multi-cols .flex-col {
  flex-direction: column;
}

.multi-cols .flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

/* ===================================================CONTATOS==================================================================#8e1719*/

.numeros {
  display: flex;
  font-size: 120%;
  font-family: impact;
  color: #ffffff;
  align-items: center;
  gap: 15px;
}

.end {
  color: #ffffff;
  font-size: 120%;
  justify-content: space-between;
}

.contatos2 {
  background-color: #a21114;
  padding: 3%;
  display: flex;
  justify-content: space-between;
}

.numeros2 {
  display: flex;
  font-size: 120%;
  font-family: impact;
  color: #ffffff;
  align-items: center;
  gap: 15px;
}

.end2 {
  color: #ffffff;
  font-size: 120%;
  justify-content: space-between;
}

/* ===================================================PAGINA DE PRODUTOS==================================================================*/

.titulo {
  font-family:
    system-ui,
    system-ui,
    -apple-system,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 280%;
  padding: 3%;
  color: #000000;
  display: flex; /* Define o contêiner pai como um flex container */
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  background-color: #ffffff;
  margin: 5%;
  box-shadow: 4px 4px 12px #000000aa;
}

@media (max-width: 768px) {
  .titulo {
    font-size: 150%;
    margin: 2%;
    padding: 2%;
  }
}

.titulo_sirene {
  font-family:
    system-ui,
    system-ui,
    -apple-system,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 180%;
  padding: 0.8%;
  color: #000000;
  display: flex; /* Define o contêiner pai como um flex container */
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  background-color: #ffffff;
  margin: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  box-shadow: 4px 4px 12px #000000aa;
}

.titulo_cat {
  font-family:
    system-ui,
    system-ui,
    -apple-system,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 280%;

  color: #ffffff;
  display: flex; /* Define o contêiner pai como um flex container */
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  margin: 5%;
}

.texto-prod {
  font-size: 0.9rem;
  color: #292929;
  line-height: 0.9;
  transition: 0.3s;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-family:
    system-ui,
    system-ui,
    -apple-system,
    Arial,
    Helvetica,
    sans-serif;
  letter-spacing: 1px;
  line-height: 1.2; /* Ajuste este valor conforme necessário */
  text-align: center;
}

.atençao {
  font-size: 12px;
}

.produtos_cat {
  background-color: #fff;
  width: 100%;
  height: 200px;
  border-radius: 0px;
  box-shadow: 4px 4px 12px #000000aa;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.produtos_cat:hover {
  background-color: #fff;
  width: 105%;
  height: 220px;
  border-radius: 0px;
  box-shadow: 10px 10px 12px #000000aa;
}

.produtos_cat img {
  width: auto;
  height: 40%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: 10%;
  margin-bottom: 0;
}

.produtos_cat div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 50%;
}
.produtos_cat h1 {
  font-size: 140%;
}
.produtos_cat h2 {
  font-size: 0.9rem;
  color: #484848;
  line-height: 0.9;
  transition: 0.3s;
}

.produtos_cat h4 {
  font-size: 1.1rem;
  color: #bd1f1f;
  line-height: 0.9;
  transition: 0.3s;
}

.produtos_cat h4:hover {
  font-size: 1.3rem;
  color: #e20f0f;
}

.produtos_cat2 h4 {
  font-size: 1.1rem;
  color: #bd1f1f;
  line-height: 0.9;
  transition: 0.3s;
}

.produtos_cat2 h4:hover {
  font-size: 1.3rem;
  color: #e20f0f;
}

.com-seta::before {
  content: "\2022"; /* Código unicode para uma bolinha (•) */
  margin-right: 5px; /* Ajuste o espaçamento conforme necessário */
  color: rgb(0, 195, 255); /* Define a cor da bolinha */
  font-size: 30px; /* Define o tamanho da bolinha */
  vertical-align: middle; /* Centraliza verticalmente */
}

.produtos_cat h2:hover {
  font-size: 1rem;
  color: rgb(0, 195, 255);
}

.produtos_cat2 {
  background-color: #fff;
  width: 100%;
  height: 330px;
  border-radius: 0px;
  box-shadow: 4px 4px 12px #000000aa;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.produtos_cat2:hover {
  background-color: #fff;
  width: 110%;
  height: 340px;
  border-radius: 0px;
  box-shadow: 10px 10px 12px #000000aa;
}

.produtos_cat2 img {
  width: 180px;
  height: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: 10%;
  margin-bottom: 0;
}

.produtos_cat2 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 50%;
}
.produtos_cat2 h1 {
  font-size: 140%;
}
.produtos_cat2 h2 {
  font-size: 0.9rem;
  color: #484848;
  line-height: 0.9;
  transition: 0.3s;
}

.com-seta::before {
  content: "\2022"; /* Código unicode para uma bolinha (•) */
  margin-right: 5px; /* Ajuste o espaçamento conforme necessário */
  color: rgb(0, 195, 255); /* Define a cor da bolinha */
  font-size: 30px; /* Define o tamanho da bolinha */
  vertical-align: middle; /* Centraliza verticalmente */
}

.produtos_cat2 h2:hover {
  font-size: 1rem;
  color: rgb(0, 195, 255);
}

/* ---------------------------------------------------produtos_cat_sirene----------------------------------------------------- */
.produtos_cat_sirene {
  background-color: #fff;
  width: 100%;
  height: 200px;
  border-radius: 0px;
  box-shadow: 4px 4px 12px #000000aa;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0%;
}

.produtos_cat_sirene:hover {
  background-color: #fff;
  width: 105%;
  height: 210px;
  border-radius: 0px;
  box-shadow: 10px 10px 12px #000000aa;
}

.produtos_cat_sirene img {
  width: auto;
  height: 60%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: 10%;
  margin-bottom: 0;
}

.produtos_cat_sirene div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 50%;
}

.produtos_cat_sirene h1 {
  font-size: 120%;
}

.produtos_titulo {
  font-family:
    system-ui,
    system-ui,
    -apple-system,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 280%;
  padding: 3%;
  padding-top: 0%;
  padding-bottom: 1%;
  color: #ffffff;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
}

.linha_branca {
  height: 4px; /* Altura da linha */
  background-color: #ffffff; /* Cor da linha */
  margin-left: 3%;
  margin-right: 3%;
}

.card2 {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 0px;
  box-shadow: 4px 4px 12px #000000aa;
  transition: 0.3s;
  display: flex;
  justify-content: space-around;
  align-items: start;
  border-bottom: 10px solid #cf1f23;
}

.texto {
  gap: 40px;
  font-size: 120%;
  letter-spacing: 1px;
  line-height: 1.2; /* Ajuste este valor conforme necessário */
  color: #760f11;
}

.fontsize9 h4 {
  font-size: 15px;
  text-align: center;
}

.card2 img {
  width: 205px;
  height: auto;
  padding-left: 20%;
}
.card2 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 50%;
}
.card2 h1 {
  font-size: 140%;
}
.card2 h2 {
  font-size: 0.9rem;
  color: #484848;
  line-height: 0.9;
  transition: 0.3s;
}
.container1 {
  display: flex;
  flex-direction: column;
  padding: 5%;
  font-size: 90%;
}

.com-seta::before {
  content: "\2022"; /* Código unicode para uma bolinha (•) */
  margin-right: 5px; /* Ajuste o espaçamento conforme necessário */
  color: rgb(0, 195, 255); /* Define a cor da bolinha */
  font-size: 30px; /* Define o tamanho da bolinha */
  vertical-align: middle; /* Centraliza verticalmente */
}

.space1 {
  margin-left: 4%;
}

.space_line {
  line-height: 1.5; /* Ajuste o valor conforme necessário */
  text-align: left;
}

.space_line_viz {
  line-height: 1.5; /* Ajuste o valor conforme necessário */
  text-align: left;
  padding: 5%;
}

.produto_titulo {
  vertical-align: text-top; /* Centraliza verticalmente */
  font-size: 120%;
  text-decoration: underline;
  text-decoration-color: #cf1f23;
  text-decoration-thickness: 4px;
  line-height: 1.5; /* Ajuste o valor conforme necessário */
}

.red {
  color: #8e1719;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.dados {
  color: rgb(255, 255, 255);
  font-family: Arial;
  text-decoration: underline;
}

.dados2 {
  color: #8e1719;
  font-family: Arial;
  text-decoration: underline;
}

/* ===================================================PAGINA DE PRODUTOS 2==================================================================*/

@media only screen and (max-width: 600px) {
  .produtos {
    display: flex;
    flex-direction: column; /* Isso faz com que os itens sejam empilhados verticalmente */
  }
  .card {
    background-color: #fff;
    width: 90%;
    height: 700px;
  }
  .contatos {
    display: flex;
    flex-direction: column; /* Isso faz com que os itens sejam empilhados verticalmente */
  }
  .nav-list {
    display: flex;
    flex-direction: column; /* Isso faz com que os itens sejam empilhados verticalmente */
  }

  .nav-list li {
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 0px;
    padding-top: 1px;
  }

  .nav-list li a:hover {
    font-size: 12px;
    color: red;
  }
  input[type="text"] {
    width: 50px; /* Defina a largura desejada aqui */
    padding: 7px; /* Adicione preenchimento para melhorar a aparência */
    font-size: 16px; /* Altere o tamanho da fonte, se necessário */
    border: 1px solid #ccc; /* Adicione uma borda para destacar a barra de pesquisa */
    border-radius: 5px; /* Adicione bordas arredondadas para um visual mais suave */
  }
}

/* ===================================================PAGINA DE PRODUTOS 2==================================================================*/

@media only screen and (max-width: 768px) {
  .card2 {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 4%;
    align-items: center;
  }

  .card2 img {
    width: 80%;
    padding-left: 0;
    max-width: 250px;
    margin: 20px auto;
    display: block;
  }

  .container1 {
    padding: 20px 4%;
    font-size: 90%;
    width: 100%;
    box-sizing: border-box;
  }

  .produto_titulo {
    font-size: 110%;
    text-align: center;
  }

  .produto_titulo h1 {
    font-size: 120%;
    text-align: center;
  }

  .card2 h2 {
    font-size: 14px;
  }

  .card3 {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

/* ===================================================Vizinho solidário==================================================================*/
.Texto_vizinho_solidario {
  padding: 5%;
}

/* ===================================================NOVOOOOO==================================================================*/

/* Contato Pagina */
#contato-page {
  font-family: Helvetica;
  background-color: white;
  height: unset;
  padding-bottom: 150px;
}

#contato-page .contato-title {
  padding: 150px 0;
  background-image:
    linear-gradient(180deg, #000d, #000d), url("/imagens/fundo_contato.webp");
  background-position: 50% 10%;
  background-size: cover;
  color: white;
}

#contato-page .contato-title h1 {
  text-align: center;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 50px;
}
#contato-page .contato-title h2 {
  text-align: center;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 30px;
}

#contato-page .contato-info {
  padding: 200px 5% 150px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

#contato-page .info-window {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: black;
  align-items: center;
  flex: 1 1 0px;
  border-radius: 10px;
  padding: 20px 20px;
  box-sizing: border-box;
  gap: 10px;
  color: white;
  min-width: 300px;
}

#contato-page .icon-container {
  width: 70px;
  border-radius: 10px;
}
#contato-page .icon-container img {
  width: inherit;
  padding: 10px;
  box-sizing: border-box;
  filter: invert();
}
#contato-page .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#contato-page .info-title,
#contato-page .info-desc {
  text-align: center;
}
#contato-page .contato-direct {
  background:
    linear-gradient(180deg, #0009, #0009), url("/imagens/fundo_contato2.webp");
  background-size: cover;
}
#contato-page .contato-direct-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 100px 0px;
}
#contato-page .contato-form-title {
  color: black;
  font-size: 30px;
  text-align: center;
  font-family: "Oswald";
  text-transform: uppercase;
  margin: 150px auto 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contato-page .contato-form-title::after {
  height: 2px;
  width: 380px;
  background-color: #cf1f23;
  content: "";
  margin: 0 auto;
}
#contato-page .map-container {
  max-width: 600px;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
#contato-page .map-container iframe {
  width: 100%;
}
#contato-page .form-container {
  --blur: 15px;
  padding: 20px;
  border-radius: 20px;
  background-color: #0005;
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  flex: 1;
  max-width: 600px;
}
#contato-page .form-container h2 {
  font-size: 28px;
  color: white;
  font-family: "Helvetica";
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#contato-page .form-container form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
#contato-page .form-container form > div {
  width: 100%;
  font-size: 28px;
  box-sizing: border-box;
}
#contato-page .form-container form input,
#contato-page .form-container form select,
#contato-page .form-container form textarea {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #0001;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #0009;
  color: white;
  font-family: "Helvetica";
}
#contato-page .form-container form select option {
  background-color: #0002;
  color: #fff;
}

#contato-page .form-container form select option:disabled {
  color: #fff3;
}
#contato-page .form-container form input::placeholder,
#contato-page .form-container form textarea::placeholder {
  font-size: 18px;
  color: #fff3;
}
#contato-page .form-container form textarea {
  width: 100%;
  resize: none;
  box-sizing: border-box;
}
#contato-page .form-container form button {
  background-color: #0009;
  color: white;
  border: none;
  border-radius: 5000px;
  padding: 10px 40px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 2px;
}
#contato-page .form-container form button:hover {
  background-color: #cf1f23;
}

#contato-page .input-50 {
  width: calc(50% - 20px) !important;
}
#contato-page .input-100 {
  width: calc(100% - 20px) !important;
}

/* Popup contato */

.popup-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000d;
  font-family: "Helvetica";
}
.popup-overlay.visible {
  visibility: visible;
}
.popup-overlay .popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
}
.popup-overlay .popup-window {
  background: white;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
}
.popup-overlay h1 {
  color: #cf1f23;
  font-family: "Oswald", "Helvetica";
  border-radius: 10px;
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: 400;
}
.popup-overlay hr {
  border-color: #cf1f23;
}
.popup-overlay .form-container {
  padding: 30px;
}
.popup-overlay .form-container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-overlay .form-container form input,
.popup-overlay .form-container form textarea,
.popup-overlay .form-container form select {
  border: 2px solid transparent;
  background-color: #0002;
  font-size: 18px;
  resize: none;
}
.popup-overlay .form-container form input,
.popup-overlay .form-container form select {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
}
.popup-overlay .form-container form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
}
.popup-overlay .form-container form input::placeholder,
.popup-overlay .form-container form textarea::placeholder,
.popup-overlay .form-container form select::placeholder {
  font-size: 18px;
  font-family: "Helvetica";
}
.popup-overlay .form-container form input:focus,
.popup-overlay .form-container form textarea:focus,
.popup-overlay .form-container form select:focus {
  border: 2px solid #cf1f23;
  outline: none;
}
.popup-overlay .form-container form button {
  font-size: 18px;
  padding: 10px 20px;
  background-color: #cf1f23;
  border: 2px solid #cf1f23;
  color: white;
  border-radius: 5000px;
  cursor: pointer;
}

/* Tabela dinamica */
.tabela-dinamica tr {
  background-color: #dadada;
}
.tabela-dinamica tr:first-of-type {
  background-color: #e20f0f;
}
.tabela-dinamica td {
  vertical-align: middle;
  text-align: center;
  width: 12.5%;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Botões cabeçalho dropdown */
.produtos-btns-container {
  background: linear-gradient(0deg, #ad1519, #cf1f23, #ad1519);
  font-family: "Oswald";
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.produtos-btns-container .produtos-lista {
  display: flex;
  list-style-type: none;
  gap: 0 20px;
  white-space: nowrap;
  flex-wrap: wrap;
  padding: 0 5%;
}
.produtos-btns-container .produto-item {
  font-weight: 400;
  line-height: 20px;
  font-size: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px 10px 0px;
  border-top: 2px solid transparent;
  position: relative;
  color: white;
  cursor: default;
}
.produtos-btns-container .produto-item:hover {
  color: white;
  border-top: 2px solid white;
}
.produtos-btns-container .produto-item > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.produtos-btns-container .produto-item > div > span:last-of-type {
  background-color: white;
  padding: 0px 2px 2px 4px;
  text-align: center;
  box-sizing: border-box;
  color: #cf1f23;
}
.produtos-btns-container .produto-item:hover > div > span:last-of-type {
  background-color: white;
}
.produtos-btns-container .produto-item .produtos-sublista {
  display: none;
  position: absolute;
  list-style-type: none;
  top: 40px;
  left: 0;
  width: auto;
  min-width: 100%;
  background-color: white;
  z-index: 2;
  padding: 10px 0;
}
.produtos-btns-container .produto-item .produtos-sublista .produto-subitem {
  font-family: "Helvetica";
  font-size: 16px;
  box-sizing: border-box;
  padding: 0px 20px 5px;
}
.produtos-btns-container
  .produto-item
  .produtos-sublista
  .produto-subitem:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.produtos-btns-container .produto-item:hover .produtos-sublista {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.produtos-btns-container
  .produto-item
  .produtos-sublista
  .produto-subitem
  a:hover {
  color: #cf1f23;
}

/* Media Queries */

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }

  #header-menu {
    flex-direction: column;
    padding-bottom: 30px;
  }

  input[type="text"] {
    width: 100% !important;
  }

  .header-row2 {
    justify-content: center;
  }

  #contato-page .input-50 {
    width: calc(100% - 20px) !important;
  }

  #contato-page .contato-direct-container {
    flex-direction: column !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .multi-cols {
    flex-direction: column !important;
    gap: 50px;
  }

  /* Responsividade da página Sobre Nós */
  .empresa_titulo {
    font-size: 180%;
    padding: 5%;
    margin-bottom: 30px;
  }

  .textol2 {
    flex-direction: column;
    padding: 0 5%;
    gap: 20px;
    font-size: 100%;
  }

  .textol2 .img_empresa {
    width: 100% !important;
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

  .textol2 .textol1 {
    width: 100%;
  }

  .textol2 h3 {
    font-size: 24px;
  }

  .textol2 .lista-valores {
    padding-left: 20px;
  }

  .textol2 .lista-valores li {
    font-size: 14px;
    line-height: 1.6;
  }

  .textol3 {
    padding: 5%;
    font-size: 100%;
  }
}

.btn-whatsapp {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  background-color: #25d366;
  border-radius: 100%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.btn-whatsapp .zap-msg {
  position: absolute;
  top: -0px;
  left: -40px;
  white-space: nowrap;
  background-color: white;
  font-family: Helvetica;
  font-weight: 500;
  padding: 5px;
  border-radius: 5px;
  transition: 0.1s;
  opacity: 0;
}

.btn-whatsapp:hover .zap-msg {
  opacity: 1;
  transition: 0.3s;
  top: -30px;
}

.btn-whatsapp .btn-zap-icon {
  padding: 12px;
  box-sizing: border-box;
}

.btn-whatsapp .btn-zap-icon,
.btn-whatsapp .btn-zap-icon img {
  width: 100%;
  height: 100%;
}

.btn-whatsapp .btn-zap-icon img {
  filter: invert();
}

@media (min-width: 768px) {
  .display-on-mobile {
    display: none !important;
  }
}

/* Keyframes */
/* Animação */
@keyframes infinite-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-105%);
  }
}

/* Responsividade para tabelas */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 10px 0;
}

.table-responsive table {
  width: 100%;
}

/* Desktop: tabela ocupa 100% da largura */
@media (min-width: 769px) {
  .table-responsive {
    width: 100%;
    overflow-x: visible;
  }

  .table-responsive table {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .table-responsive {
    overflow-x: hidden;
    margin: 15px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Esconde a linha de labels (cabeçalho) */
  .tabela-dados-tecnicos .table-labels-row {
    display: none;
  }

  /* Mantém o título "DADOS TÉCNICOS" */
  .tabela-dados-tecnicos .table-header-row td {
    display: block;
    width: 100% !important;
    font-size: 16px !important;
    padding: 15px;
    background-color: #e20f0f;
    text-align: center;
    box-sizing: border-box;
  }

  .tabela-dados-tecnicos .table-header-row td font {
    font-size: 16px !important;
  }

  /* Transforma a linha de valores em cards verticais */
  .tabela-dados-tecnicos .table-values-row {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
  }

  .tabela-dados-tecnicos .table-values-row td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    padding: 14px 15px !important;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9 !important;
    text-align: left !important;
    box-sizing: border-box;
  }

  .tabela-dados-tecnicos .table-values-row td:nth-child(odd) {
    background-color: #f5f5f5 !important;
  }

  .tabela-dados-tecnicos .table-values-row td:last-child {
    border-bottom: none;
  }

  .tabela-dados-tecnicos .table-values-row td::before {
    content: attr(data-label) ":";
    font-weight: bold;
    color: #8e1719;
    font-size: 13px;
    flex: 0 0 50%;
    text-align: left;
    padding-right: 10px;
  }

  .tabela-dados-tecnicos .table-values-row td center {
    display: block;
    text-align: right !important;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
  }

  .tabela-dados-tecnicos .table-values-row td center font {
    font-size: 13px !important;
    color: #333;
    font-weight: 500;
    word-break: break-word;
  }

  /* Linha de links */
  .tabela-dados-tecnicos .table-links-row {
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .tabela-dados-tecnicos .table-links-row td {
    display: block;
    width: 100% !important;
    padding: 15px !important;
    border: none;
    border-top: 1px solid #999;
    background-color: #acacac !important;
    margin-top: 0 !important;
    box-sizing: border-box;
  }

  .tabela-dados-tecnicos .table-links-row td:first-child {
    border-top: 3px solid #8e1719;
  }

  .tabela-dados-tecnicos .table-links-row td center {
    display: block;
    text-align: center;
  }

  .tabela-dados-tecnicos .table-links-row td center font {
    font-size: 14px !important;
    font-weight: bold;
  }

  .tabela-dados-tecnicos .table-links-row td a {
    text-decoration: none;
    font-weight: bold;
  }

  /* Remove table display */
  .tabela-dados-tecnicos {
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .tabela-dados-tecnicos tbody,
  .tabela-dados-tecnicos tr {
    display: block;
    width: 100%;
  }
}
